style.scss 897 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .logOut {
  2. color: #fff;
  3. font-size: .12rem;
  4. width: 1rem;
  5. height: .34rem;
  6. line-height: .34rem;
  7. display: block;
  8. margin: .5rem auto .3rem;
  9. text-align: center;
  10. cursor: pointer;
  11. }
  12. .body1-box {
  13. .modal-p-box {
  14. width: 2.5rem;
  15. height: auto;
  16. text-align: center;
  17. color: #fff;
  18. font-size: .16rem;
  19. padding-top: .4rem;
  20. padding-bottom: .3rem;
  21. }
  22. }
  23. .footer1-box {
  24. .modal-span-box {
  25. max-width: 1.06rem !important;
  26. height: .37rem;
  27. background-color: #a4a4a4;
  28. border-radius: .05rem;
  29. margin: 0 auto;
  30. font-weight: 600;
  31. color: #fff;
  32. line-height: .2rem;
  33. font-size: .14rem;
  34. padding: 0 .2rem;
  35. margin-bottom: .2rem;
  36. display: flex;
  37. align-items: center;
  38. justify-content: center;
  39. &.active {
  40. background-color: #009d81;
  41. }
  42. }
  43. }
  44. .bg-content1 {
  45. background-color: #353535;
  46. }